/* CSS Document */
	.cssDiv1{
			height:285px;
			margin-top:2px;
			width:100%;
			/*margin-left:10%;*/
			position:relative;
			background-color: white!important;
		}
		.cssDiv1_left{
			    float:left;
				height:100%;
				width:70%;
				/*background-color: rgba(237, 237, 237, 1);*/
		}


		.title1{
			padding-top:60px;
			width:80%;
			margin-left:10%;
		}
		.downContent1{
			margin-top:32px;
			width:80%;
			margin-left:10%;
		}
		.cssLeftLine{
			width:0px;
			position:absolute;
			border-right:solid;
			margin-top:20px;
			height:20px;
			margin-left:0;
			border-right-color:red;
		}
		.cssDiv1:hover .cssLeftLine {
			animation-name: lineMove;
			animation-duration: 1s;
			animation-iteration-count:1;
			animation-fill-mode:forwards;
			-webkit-animation-fill-mode:forwards; /* Safari 和 Chrome */
		}
		@keyframes   lineMove{
			0%{height:10%;margin-top:6px;}
			5%{height:10%;margin-top:3px;}
			10%{height:10%;margin-top:0px;}
			100%{height:100%;margin-top:0px;}
		}
		.btnGengduo{
			margin-top:50px;
			margin-left:10%;
		}
		.mtit {
			font-size: 14px;
			color: #d6d6d6;
			margin-top: 0px;
			margin-left:10%;
		}
		.cssDiv1_right {
			float:left;
			width:28%;
			height:100%;
		}
		.cssDiv1_right img{
	      position:absolute;
			right:0px;
		}
		.titleSpan{
			color:#000000
		}
		.cssDiv1:hover .titleSpan{
			color:red;
		}

.cssDiv1_right img{
	max-height:284px;
}